home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / drifting.swf / scripts / DefineButton2_232 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-23  |  133 b   |  11 lines

  1. on(press){
  2.    if(leagueGame)
  3.    {
  4.       gotoAndStop("leagueStart");
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop("SPStart");
  9.    }
  10. }
  11.